github.com/klauspost/compress/zstd.frameDec.HasCheckSum (field)
8 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L548: if d.frame.HasCheckSum {
decoder.go#L908: if dec.Last && frame.HasCheckSum && err == nil {
framedec.go#L33: HasCheckSum bool
framedec.go#L66: d.HasCheckSum = false
framedec.go#L224: d.HasCheckSum = fhd&(1<<2) != 0
framedec.go#L225: if d.HasCheckSum {
framedec.go#L272: println("Frame: Dict:", d.DictionaryID, "FrameContentSize:", d.FrameContentSize, "singleseg:", d.SingleSegment, "window:", d.WindowSize, "crc:", d.HasCheckSum)
framedec.go#L401: } else if d.HasCheckSum {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |